home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / patchedt.zip / PATCHEDT.STS < prev    next >
INI File  |  1991-09-15  |  5KB  |  122 lines

  1. [shared-]
  2.     version=2
  3.     pmark="D:\BOB\TEMP\patchedt.c" 35 1
  4.     project="D:\BOB\TEMP\PATCHEDT.MAK"
  5. [edit-]
  6.     srch=testentry
  7.     fSrchRe=0
  8.     rpl=
  9.     src=
  10.     fRplRe=29696
  11.     file="D:\BOB\TEMP\patchedt.c" 13 1 35 1
  12.     file="D:\BOB\temp\patchedt.def" 1 1 12 1
  13.     file="D:\BOB\TEMP\patch.c" 1 1 17 1
  14.     file="D:\BOB\FLOATWND\FLOATWND.DEF" 1 1 1 1
  15.     file="D:\BOB\TEMP\PATCHEDT.MAP" 24 1 50 2
  16.     file="D:\BOB\TEMP\patchedt.rc" 1 1 2 1
  17. [pwb]
  18.     screen=43 80
  19.     winstyle=7
  20.     wnd=C 2 1 42 80
  21. [build]
  22.         build: macro DEBUG "0"
  23.         build: macro LINKER "link"
  24.         build: macro ILINK "ilink"
  25.         build: macro LRF "echo > NUL"
  26.         build: macro BIND "bind"
  27.         build: macro RC "rc"
  28.         build: macro IMPLIB "implib"
  29.         build: macro LFLAGS_G "  /BATCH /al:16"
  30.         build: macro LFLAGS_D " /CO /M /NOF /NOP"
  31.         build: macro LFLAGS_R " /M /NOF /NOP  /BATCH /AL:16"
  32.         build: macro MAPFILE_D "$(PROJ).map"
  33.         build: macro MAPFILE_R "$(PROJ).map"
  34.         build: macro CC "cl"
  35.         build: macro CFLAGS_G "/Alnw /W4 /Gw /DNOKANJI /Zp /BATCH"
  36.         build: macro CFLAGS_D "/Od /FPc /Zi /Gi$(PROJ).mdt /Gs"
  37.         build: macro CFLAGS_R "/Os /FPc /Gs"
  38.         build: macro LLIBS_R " /NOD:MLIBCE MDLLCEW"
  39.         build: macro LLIBS_D " /NOD:MLIBCE MDLLCEW"
  40.         build: macro LLIBS_G "LIBW.LIB"
  41.         build: macro ASM "masm"
  42.         build: macro AFLAGS_G "/Mx /T"
  43.         build: macro AFLAGS_D "/Zi"
  44.         build: macro AFLAGS_R ""
  45.         build: all $(PROJ).dll
  46.         build: target $(PROJ).dll lrf link res implib
  47.         build: inference .c.sbr cc_c_sbr
  48.         build: inference .rc.res rc_rc_res
  49.         build: inference .c.obj cc_c_obj
  50.         build: inference .asm.obj asm_asm_obj
  51.         build: release command lrf "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_R)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_R: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_R);\n<<"
  52.         build: debug command lrf "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_D)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_D: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_D);\n<<"
  53.         build: release command link "$(LINKER) @$(PROJ).lrf"
  54.         build: debug command link "$(LINKER) @$(PROJ).lrf"
  55.         build: command run ""
  56.         build: command rc_rc_res "$(RC) /r $<"
  57.         build: command implib "$(IMPLIB) $*.lib $@"
  58.         build: command res "$(RC) $(RESS) $@"
  59.         build: command debug ""
  60.         build: release command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_R) /Fo$@ $<"
  61.         build: debug command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_D) /Fo$@ $<"
  62.         build: release command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_R) /FR$@ $<"
  63.         build: debug command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_D) /FR$@ $<"
  64.         build: release command asm_asm_obj "$(ASM) $(AFLAGS_G) $(AFLAGS_R) $<, $@;"
  65.         build: debug command asm_asm_obj "$(ASM) $(AFLAGS_G) $(AFLAGS_D) $<, $@;"
  66.         build: include no system
  67.         build: include .c "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  68.         build: include .c "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  69.         build: include .h "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  70.         build: include .h "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  71.         build: include .asm "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  72.         build: include .inc "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  73.         build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
  74.         build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\""
  75.         build: include .rc "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" system
  76.         build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
  77.         build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
  78.         build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
  79.         build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
  80.         build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
  81.         build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
  82.         build: message "^LINK [^L]+L[124]"
  83.         build: message "^ILINK : [^L]+L[124]"
  84.         build: message "^\\(\\:p\\)(\\(\\:z\\))[ ]*: [^U]+U[124]" file line
  85.         build: message "^NMAKE : [^U]+U[124]"
  86.         build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
  87.         build: message "^pwbrmake: [^U]+U[124]"
  88.         build: message "^BIND : [^U]+U[124]"
  89.         build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^C]+C[124]" file line
  90.         build: message "^[^C]+C[124][0-9]+: "
  91.         build: message "^[^D]+D[124][0-9]+ : "
  92.         build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^F]+F[124]" file line
  93.         build: message "^[^F]+F[1234][0-9]+: "
  94.         build: message "^\\(\\:p\\)([ \t]*\\(\\:z\\),[ \t]*\\(\\:z\\)) : " file line col
  95.         build: message "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
  96.         build: message "^fatal error"
  97.  
  98. [cv]
  99.     wndstate=0 1 1 2 0 1 0 1 0 1 254
  100.     tilestate=1 49 0 80 0 0 0 67 0 23 0 36 0 0 47 0 41 254
  101.     command=use auto
  102.     command=n10
  103.     command=s1
  104.     command=oc+
  105.     command=of+
  106.     command=o3-
  107.     command=os+
  108. [debug-]
  109.     target="d:\bob\temp\floatest.exe"
  110. [cvw]
  111.     wndstate=0 1 1 2 0 1 0 1 0 0 254
  112.     tilestate=1 24 0 80 0 0 0 67 0 11 0 18 0 0 0 0 52 254
  113.     command=use auto
  114.     command=n10
  115.     command=ss1
  116.     command=oc+
  117.     command=of-
  118.     command=o3-
  119.     command=os+
  120.     execheck=FloaTets 684987784
  121.     execheck=PatchEdt 684990902
  122.